Tagged “object oriented programming”

  1. Design Pattern - The Special Case

    An pattern that reduces excess conditionals, removes null checks, and encapsulates edge cases.

    Read Post
  2. Design Pattern - The Visitor

    An pattern that allows pluggable operations on class instances by allowing them to receive visitors, with variants allowing for varying levels of control on either side of the exchange.

    Read Post